[SOLARIS] Disable "chk" script. The tests aren't portable and there's little need...
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 17 Oct 2006 17:17:19 +0000 (18:17 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 17 Oct 2006 17:17:19 +0000 (18:17 +0100)
Signed-off-by: John Levon <john.levon@sun.com>
tools/check/chk

index 7859760bd7da31a19e35ee7a132e9b85db38ec53..a2df05dedd2e1ce387e3439026b88488fd89f685 100755 (executable)
@@ -14,6 +14,8 @@ function usage {
 
 export PATH=${PATH}:/sbin:/usr/sbin
 
+[ `uname -s` = SunOS ] && exit 0
+
 case $1 in
     build)
         check="CHECK-BUILD"